DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / SourceNotifiesChanges Property

In This Topic
    SourceNotifiesChanges Property (C1SelectDataCollection<S,T>)
    In This Topic
    Gets a value indicating whether the source collection notifies changes.
    Syntax
    'Declaration
     
    Protected Property SourceNotifiesChanges As Boolean
    protected bool SourceNotifiesChanges {get; set;}
    See Also